Skip to content

[Feature] Add a reusable first-party GitHub Action#93

Merged
sonukapoor merged 1 commit intomainfrom
feature/issue-92-github-action
Apr 4, 2026
Merged

[Feature] Add a reusable first-party GitHub Action#93
sonukapoor merged 1 commit intomainfrom
feature/issue-92-github-action

Conversation

@sonukapoor
Copy link
Copy Markdown
Collaborator

@sonukapoor sonukapoor commented Apr 4, 2026

Summary

Add a reusable first-party GitHub Action so other repositories can adopt CVE Lite CLI in GitHub Actions with a simple uses: line.

Closes #92.

What Changed

  • added a composite GitHub Action at the repository root via action.yml
  • supported key inputs for path, fail-on, verbose, prod-only, offline, offline-db, and sync-advisories
  • added copy-paste GitHub Action examples to the README, including an offline workflow example
  • removed the roadmap item that still described the GitHub Action as future work

Verification

  • npm test
  • npm run build

Notes

The first version is intentionally focused on the core scan workflow and the current real CLI options. It avoids exposing unsupported output modes through the action interface.

@sonukapoor sonukapoor force-pushed the feature/issue-92-github-action branch from 09171c9 to e6a219c Compare April 4, 2026 22:58
@sonukapoor sonukapoor merged commit bf0b4f1 into main Apr 4, 2026
4 checks passed
@sonukapoor sonukapoor deleted the feature/issue-92-github-action branch April 24, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Add a reusable first-party GitHub Action for CVE Lite CLI

1 participant